.employee-container {
    max-width: 1920px;
    margin: 0 auto;
}

.section-1 {
    background-image: url("/asset/images/employee/employee-bg.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 35rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-family: Resource Han Rounded CN;
    font-weight: 300;
    padding-top: 14.5rem;
}

.section-1 img {
    width: 35.7rem;
}

.section-2 {
    height: 34rem;
    position: relative;
    background: #FFFFFF;
}

.section-2 .left-content {
    position: absolute;
    width: 38.5rem;
    height: 16.6rem;
    top: 8.7rem;
    left: 13rem;
    padding-left: 4.4rem;
    letter-spacing: -1px;
    color: #333;
    background-color: white;
    z-index: 1;
    box-shadow: 0rem 0rem 1rem rgba(0, 0, 0, 0.09);
}

.section-2 .left-content h3 {
    font-size: 1.9rem;
    margin: 3.5rem 0 1.9rem 0;
}

.section-2 .left-content p {
    font-size: 0.9rem;
    line-height: 1.9rem;
}

.section-2 .right-content {
    position: absolute;
    right: 13rem;
    width: 43.7rem;
    height: 25.5rem;
    top: 4.25rem;
}

.section-2 .right-content img {
    width: 100%;
}

.section-3 {
    background-image: url("/asset/images/employee/resume-bg.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 14.4rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5.6rem;
    font-size: 1.1rem;
}

.section-3>p {
    line-height: 1.7rem;
}

.section-4 {
    padding: 3.5rem 13rem 5rem 13rem;
    background: #FFFFFF;
}

.section-4 .content {
    width: 100%;
    min-height: 8.5rem;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.section-4 .join {
    width: 60.5rem;
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #CCCCCC;
}

.section-4 .join h1 {
    font-size: 1.9rem;
    color: #333;
}

.section-4 .content .detail {
    width: 60.5rem;
    min-height: 8.5rem;
    /* border-top: 1px solid #CCCCCC; */
    border-bottom: 1px solid #CCCCCC;
}

.section-4 .content .detail .detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 8.5rem;
    cursor: pointer;
}

.section-4 .content .detail .detail-info .position {
    font-weight: bold;
}

.section-4 .content h3,
.section-4 .content p {
    font-size: 1.1rem;
}

.section-4 .content .up {
    width: 3.5rem;
    height: 3.5rem;
}

.section-4 .content .up img {
    width: 100%;
    cursor: pointer;
    display: none;
}

.section-4 .content .detail .duty {
    margin-bottom: 1rem;
}

.section-4 .content .detail .requirement {
    margin-bottom: 3.5rem;
}

.section-4 .content .detail .duty h1,
.section-4 .content .detail .requirement h1 {
    font-size: 0.9rem;
}

.section-4 .content .detail .duty p,
.section-4 .content .detail .requirement p {
    font-size: 0.8rem;
    line-height: 1.5rem;
}

.section-4 .content .detail .detail-content {
    display: none;
    margin-top: -1.7rem;
}
